home *** CD-ROM | disk | FTP | other *** search
/ Postcard CD: Niagara Parks / Postcard CD: Niagara Parks (2004).iso / pc / prv-f.dxr / end screen_9.ls < prev    next >
Encoding:
Text File  |  2002-01-09  |  119 b   |  12 lines

  1. on mouseEnter me
  2.   sprite(7).visible = 1
  3. end
  4.  
  5. on mouseLeave me
  6.   sprite(7).visible = 0
  7. end
  8.  
  9. on mouseUp me
  10.   halt()
  11. end
  12.